home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / quicktime / goodies / qtreadwritejpeg / readme < prev   
Encoding:
Text File  |  2000-09-28  |  621 b   |  11 lines

  1. README - QTReadWriteJPEG
  2.  
  3. This sample code illustrates how to compress and decompress JPEG images using QuickTime. 
  4. We use the FCompressImage function, but you could also use the CompressImage function.
  5. Although this sample demonstrates only JPEG compression/decompression, you could use this
  6. as a framework for other types of compression (except for the decoding of the JPEG header).
  7.  
  8. This code is based largely on the existing code sample "JPEG Sample" by Mike Marinkovich and Guillermo Ortiz. This newer version is uncoupled from the Mac application framework they used and now runs on Windows.
  9.  
  10. Enjoy,
  11. QuickTime Team